common: fixed linker-list example
authorMateusz Zalega <[email protected]>
Tue, 29 Apr 2014 18:14:22 +0000 (20:14 +0200)
committerLukasz Majewski <[email protected]>
Mon, 5 May 2014 08:24:13 +0000 (10:24 +0200)
Last argument shouldn't be there.

Signed-off-by: Mateusz Zalega <[email protected]>
Acked-by: Marek Vasut <[email protected]>
Cc: Tom Rini <[email protected]>
include/linker_lists.h

index 997d149b71de2eee294d0595bff34a02dd23fdce..557e6273adb391133d2cd5dc06695f69060ca732 100644 (file)
  * and it's name.
  *
  * Example:
- * ll_entry_declare(struct my_sub_cmd, my_sub_cmd, cmd_sub, cmd.sub) = {
+ * ll_entry_declare(struct my_sub_cmd, my_sub_cmd, cmd_sub) = {
  *         .x = 3,
  *         .y = 4,
  * };